From 4faad6e726b088c0dc91ad7b46e5c391c4d716d6 Mon Sep 17 00:00:00 2001 From: Jonathan Blandford Date: Fri, 30 Dec 2005 06:02:04 +0000 Subject: [PATCH] minor doc edit --- gdk-pixbuf/ChangeLog | 4 ++++ gdk-pixbuf/gdk-pixbuf-io.c | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index c0876f1766..7132110f9e 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,3 +1,7 @@ +Fri Dec 30 00:59:21 2005 Jonathan Blandford + + * gdk-pixbuf-io.c (gdk_pixbuf_format_get_license): minor doc edit. + 2005-12-16 Matthias Clasen * gdk-pixbuf-io.c (_gdk_pixbuf_load_module_unlocked): Use diff --git a/gdk-pixbuf/gdk-pixbuf-io.c b/gdk-pixbuf/gdk-pixbuf-io.c index 238fb0ff6c..e8a70288ee 100644 --- a/gdk-pixbuf/gdk-pixbuf-io.c +++ b/gdk-pixbuf/gdk-pixbuf-io.c @@ -2201,10 +2201,10 @@ gdk_pixbuf_format_set_disabled (GdkPixbufFormat *format, * gdk_pixbuf_format_get_license: * @format: a #GdkPixbufFormat * - * Returns information about the license of the image loader - * for the format. The returned string should be a shorthand for - * a wellknown license, e.g. "LGPL", "GPL", "QPL", "GPL/QPL", - * or "other" to indicate some other license. + * Returns information about the license of the image loader for the format. The + * returned string should be a shorthand for a wellknown license, e.g. "LGPL", + * "GPL", "QPL", "GPL/QPL", or "other" to indicate some other license. This + * string should be freed with g_free() when it's no longer needed. * * Returns: a string describing the license of @format. * -- 2.30.2